Implement hidden RPC estimaterawfee - #432
Merged
tcharding merged 3 commits intoDec 29, 2025
Merged
Conversation
Implement the RPC in v17 hidden module, add the client macro and test. Add all the reexports for later versions, there are no changes up to v30.
jamillambert
force-pushed
the
1217-hidden-estimaterawfee
branch
from
December 17, 2025 21:07
5a22a4a to
65e7637
Compare
12 tasks
Contributor
|
These changes look Ok to me. The integration test for |
tcharding
approved these changes
Dec 29, 2025
tcharding
added a commit
that referenced
this pull request
Jan 9, 2026
426e7b3 implement hidden RPC `getorphantxs` (0xb10c) Pull request description: > getorphantxs ( verbosity ) > Shows transactions in the tx orphanage. This implements the hidden `getorphantxs` RPC in the last commit. Depends on #432 and #433. Part of #333. Since the `expiry` and `entry` fields were dropped for v30 (this is an experimental RPC after all), there is a `into.rs` implementation for both v29 and v30. ACKs for top commit: jamillambert: ACK 426e7b3 tcharding: ACK 426e7b3 Tree-SHA512: 96213742a02382258bb94f4a8842baac79bd1bb3194a7c9ad501f1ece1328a156e3dd141e27bdd96eeac9dd43e90e23ce8aba57cd64902dcf4075a39dab4b35b
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Implement
estimaterawfeein the v17 hidden module, add the client macro, model and test.Add all the reexports for later versions, there are no changes up to v30.